home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / perl / dist / README.xenix / text0000.txt < prev   
Encoding:
Text File  |  1991-06-10  |  1.5 KB  |  41 lines

  1. wengland@stephsf.stephsf.com (Bill England) writes:
  2.  
  3. >   Would modification of the config to 
  4. >   drop the Xenix specific test and also dropping the -lx library
  5. >   work better on Xenix boxes ?  Sorry I can't test Xenix here.
  6.  
  7. This is a difficult question to answer, mostly because it's hard to
  8. tell exactly what kind of Xenix you have.
  9.  
  10.     Early releases didn't have any kind of ndir  -- no problem
  11.  
  12.     Many releases have only sys/ndir + -lx       -- no problem
  13.  
  14.     SCO Xenix 2.3.[012] have ndir + dirent, but dirent is reputedly
  15.         broken on .0 and .1, hence the hack to undef it.
  16.  
  17.     *However*, the kernel upgrade to 2.3.3 (where dirent apparently works)
  18.     from any lower 2.3.? is a free upgrade, which you can anon FTP or UUCP.
  19.  
  20. I use dirent -- I had to make a decision which set of directory routines
  21. to throw out (so that there would be no confusion), so I threw out the
  22. old ones.  This means I have to manually remove the ! defined(M_XENIX)
  23. hacks from the source which is very ugh.
  24.  
  25. My opinion is that the hacks should be removed seeing as they only apply
  26. to a small number of operating system versions which you upgrade for
  27. free anyway.  Chip may disagree with me.  It all rather depends on your
  28. particular point of view.
  29.  
  30. You could hack Configure to do case "`uname -r`" in 2.3.[01])
  31. I guess.  It's a lot of code to handle just one specific case,
  32. since you have to determine whether to do it or not as well.
  33.  
  34. In short, I Really Don't Know But It's All Very Annoying.
  35.  
  36. Just another Xenix user,
  37. -- 
  38. Ronald Khoo <ronald@robobar.co.uk> +44 81 991 1142 (O) +44 71 229 7741 (H)
  39.  
  40.  
  41.